home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / gettmatch < prev    next >
Text File  |  2001-03-21  |  415b  |  16 lines

  1. Synopsis:
  2.    $gettmatch(<array> <pattern>)
  3.  
  4. Technical:
  5.    This function returns the best match of <pattern> within the array
  6.    of strings specified by <array>.  This is different than getmatches(6),
  7.    which returns all matches.
  8.  
  9. Returns:
  10.    best wildcard match of <pattern> within the array <array>
  11.  
  12. See Also:
  13.    Arrays(7); getmatches(6); getrmatches(6); igetmatches(6);
  14.    igetrmatches(6)
  15.  
  16.